home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mesolore
/
Mesolore - Disc 1.iso
/
mac
/
data
/
Selden Search.dir
/
00016_Script_16
< prev
next >
Wrap
Text File
|
2001-03-05
|
466b
|
11 lines
on mouseDown
temp = the MouseLine
set the forecolor of line temp of field "output" = 3
which = value(word 1 of line temp of field "output")
if which <> void then
tell the stage to SearchLocate which
end if
-- set the member of sprite 2 = member value(word 1 of line temp of field "output") of castlib 2
-- put member value(word 1 of line temp of field "output")
-- set the rect of the member of sprite 2 = rect(11, 45, 359, 191)
end